UIProgressView
extension Reactive where Base: UIProgressView
The reactive extension can be accessed through the reactive
instance property and the reactive
static property.
-
Sets the relative progress to be reflected by the progress view.
Declaration
Swift
public var progress: BindingTarget<Float>